home *** CD-ROM | disk | FTP | other *** search
- -- card: 4133 from stack: in
- -- bmap block id: 8483
- -- flags: 4000
- -- background id: 3667
- -- name: Setup
- ----- HyperTalk script -----
- on openCard
- global WP
- if WP is empty then
- get card field "DA"
- if it is not empty then
- doMenu it
- end if
- end if
- end openCard
- on closeCard
- global WP , CL , BC
- put card field "WP" into WP
- put card field "CL" into CL
- put card field "BC" into BC
- end closeCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=6 top=181 right=226 bottom=49
- -- title width / last selected line: 0
- -- icon id / first selected line: 2162 / 2162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Back
- ----- HyperTalk script -----
- on mouseUp
- visual checkerboard to gray
- visual checkerboard
- go to card "Title"
- end mouseUp
-
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=112 top=97 right=113 bottom=441
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: WP
- ----- HyperTalk script -----
- on exitField
- global WP
- put contents of me into WP
- end exitField
-
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=112 top=158 right=175 bottom=387
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: DA
- ----- HyperTalk script -----
- on exitField
- global WP
- put contents of me into WP
- end exitField
-
-
-
- -- part 5 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=112 top=235 right=275 bottom=219
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: CL
- ----- HyperTalk script -----
- on exitField
- global WP
- put contents of me into WP
- end exitField
-
-
-
- -- part 6 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=226 top=235 right=275 bottom=331
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: BC
- ----- HyperTalk script -----
- on exitField
- global WP
- put contents of me into WP
- end exitField
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=6 top=233 right=277 bottom=49
- -- title width / last selected line: 0
- -- icon id / first selected line: 32462 / 32462
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual venetian blinds to gray
- visual venetian blinds
- go to card "SHelp"
- end mouseUp
-
-
-
- -- part contents for card part 2
- ----- text -----
- Nova30:WP:Word:Microsoft Word
-
- -- part contents for card part 5
- ----- text -----
- Best regards,
-
- -- part contents for card part 6
- ----- text -----
- Sincerely,
-
- Your Name